Home
last modified time | relevance | path

Searched refs:attributeDescriptions (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp80 vertexInputDeclarationData_.attributeDescriptions[idx] = attributes[idx]; in LoadState()
81 …if (vertexInputDeclarationData_.attributeDescriptions[idx].format == Format::BASE_FORMAT_UNDEFINED… in LoadState()
128 …vertexInputDeclarationData_.attributeDescriptions, vertexInputDeclarationData_.attributeDescriptio… in GetVertexInputDeclarationView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.cpp62 … reflection_.vertexInputDeclarationView.attributeDescriptions = vidv.attributeDescriptions; in RENDER_BEGIN_NAMESPACE()
H A Dshader_module_vk.cpp85 vidv_.attributeDescriptions = vertexInputAttributeDescriptions_; in ShaderModuleVk()
H A Dpipeline_state_object_vk.cpp57 vertexInputAttributeDescriptions.resize(vertexInputDeclaration.attributeDescriptions.size()); in GetVertexInputs()
71 const auto& attributeRef = vertexInputDeclaration.attributeDescriptions[idx]; in GetVertexInputs()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp161 for (const auto& t : vertexInputDeclaration.attributeDescriptions) { in GraphicsPipelineStateObjectGLES()
162 …plat_.vertexInputDeclaration.attributeDescriptions[plat_.vertexInputDeclaration.attributeDescripti… in GraphicsPipelineStateObjectGLES()
216 const auto& attributeRef = vertexInputDecl.attributeDescriptions[idx]; in MakeVAO()
H A Dshader_module_gles.cpp176 me.vidv_.attributeDescriptions = { me.vertexInputAttributeDescriptions_.data(), in ProcessShaderModule()
H A Dgpu_program_gles.cpp595 const auto& list = ret.reflection_.vertexInputDeclarationView.attributeDescriptions; in FilterInputs()
H A Drender_backend_gles.cpp2415 const auto& attributeRef = decldata.attributeDescriptions[i]; in BindVertexInputs()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp291 { vertexInputDeclarationView.attributeDescriptions.begin(), in GetGraphicsPsoHandleImpl()
292 vertexInputDeclarationView.attributeDescriptions.end() }, in GetGraphicsPsoHandleImpl()
441 vertexInput.attributeDescriptions }; in GetGraphicsPso()
H A Dnode_context_pso_manager.h48 BASE_NS::vector<VertexInputDeclaration::VertexInputAttributeDescription> attributeDescriptions; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1280 attributeDescriptions[PipelineStateConstants::MAX_VERTEX_BUFFER_COUNT]; member
1288 …S::array_view<const VertexInputDeclaration::VertexInputAttributeDescription> attributeDescriptions; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp90 …iew<const VertexInputDeclaration::VertexInputAttributeDescription>& attributeDescriptions) noexcept in GetVertexAttributeDescription() argument
93 …if (const auto pos = std::find_if(attributeDescriptions.begin(), attributeDescriptions.end(), cmpL… in GetVertexAttributeDescription()
94 pos != attributeDescriptions.end()) { in GetVertexAttributeDescription()
430 …tVertexAttributeDescription(vertexAttributeLocation, vertexInputDeclaration.attributeDescriptions); in GetVertexAttributeByteSize()
1240 MeshComponent::Submesh::DM_VB_JOI, vertexInputDeclaration_.attributeDescriptions); in SetJointData()
1255 MeshComponent::Submesh::DM_VB_JOW, vertexInputDeclaration_.attributeDescriptions); in SetJointData()
2157 … GetVertexAttributeDescription(attributeLocation, vertexInputDeclaration_.attributeDescriptions); in WriteData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1203 ref.attributeDescriptions, ref.attributeDescriptionCount), in GetVertexInputDeclarationView()
1250 static_cast<uint32_t>(vertexInputDeclarationView.attributeDescriptions.size()); in CreateVertexInputDeclaration()
1259 ref.attributeDescriptions[idx] = vertexInputDeclarationView.attributeDescriptions[idx]; in CreateVertexInputDeclaration()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2823 static_cast<uint32_t>(vertexInputDeclaration.attributeDescriptions.size()); in StartPhase()
2827 std::copy(vertexInputDeclaration.attributeDescriptions.cbegin(), in StartPhase()
2828 vertexInputDeclaration.attributeDescriptions.cend(), in StartPhase()
2829 meshData_.vertexInputDeclaration.attributeDescriptions); in StartPhase()