Home
last modified time | relevance | path

Searched refs:vertexInputDeclaration (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp153 const VertexInputDeclarationView& vertexInputDeclaration, in GraphicsPipelineStateObjectGLES() argument
161 for (const auto& t : vertexInputDeclaration.attributeDescriptions) { in GraphicsPipelineStateObjectGLES()
162 …plat_.vertexInputDeclaration.attributeDescriptions[plat_.vertexInputDeclaration.attributeDescripti… in GraphicsPipelineStateObjectGLES()
163 plat_.vertexInputDeclaration.attributeDescriptionCount++; in GraphicsPipelineStateObjectGLES()
165 for (const auto& t : vertexInputDeclaration.bindingDescriptions) { in GraphicsPipelineStateObjectGLES()
166 …plat_.vertexInputDeclaration.bindingDescriptions[plat_.vertexInputDeclaration.bindingDescriptionCo… in GraphicsPipelineStateObjectGLES()
167 plat_.vertexInputDeclaration.bindingDescriptionCount++; in GraphicsPipelineStateObjectGLES()
213 const VertexInputDeclarationData& vertexInputDecl = plat_.vertexInputDeclaration; in MakeVAO()
H A Dpipeline_state_object_gles.h40 VertexInputDeclarationData vertexInputDeclaration; member
51 const VertexInputDeclarationView& vertexInputDeclaration,
H A Ddevice_gles.h155 const VertexInputDeclarationView& vertexInputDeclaration,
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_fw.shader16 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
73 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
137 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
203 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
260 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
H A Dcore3d_dm_depth.shader16 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_depth.shadervid",
43 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_depth.shadervid",
H A Dcore3d_dm_fw_reflection_plane.shader10 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp52 void GetVertexInputs(const VertexInputDeclarationView& vertexInputDeclaration, in GetVertexInputs() argument
56 vertexInputBindingDescriptions.resize(vertexInputDeclaration.bindingDescriptions.size()); in GetVertexInputs()
57 vertexInputAttributeDescriptions.resize(vertexInputDeclaration.attributeDescriptions.size()); in GetVertexInputs()
60 const auto& bindingRef = vertexInputDeclaration.bindingDescriptions[idx]; in GetVertexInputs()
71 const auto& attributeRef = vertexInputDeclaration.attributeDescriptions[idx]; in GetVertexInputs()
176 const VertexInputDeclarationView& vertexInputDeclaration, in GraphicsPipelineStateObjectVk() argument
196 …GetVertexInputs(vertexInputDeclaration, vertexInputBindingDescriptions, vertexInputAttributeDescri… in GraphicsPipelineStateObjectVk()
H A Dpipeline_state_object_vk.h44 const VertexInputDeclarationView& vertexInputDeclaration,
H A Ddevice_vk.h164 const VertexInputDeclarationView& vertexInputDeclaration,
H A Ddevice_vk.cpp1316 const VertexInputDeclarationView& vertexInputDeclaration, in CreateGraphicsPipelineStateObject() argument
1325vertexInputDeclaration, specializationConstants, dynamicStates, renderPassDesc, renderPassSubpassD… in CreateGraphicsPipelineStateObject()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.h67 const RenderHandle pipelineLayout, const RenderHandle vertexInputDeclaration,
132 VertexInputDeclarationDataWrapper vertexInputDeclaration; member
H A Dnode_context_pso_manager.cpp305 psoCreationData.vertexInputDeclaration = move(vidw); in GetGraphicsPsoHandleImpl()
439 const auto& vertexInput = psoDataRef.vertexInputDeclaration; in GetGraphicsPso()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/shaders/shader/
H A Dshader.shader5 "vertexInputDeclaration": "3dvertexinputdeclarations://core3d_dm_fw.shadervid",
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_node_context_pso_manager.h78 const RenderHandle pipelineLayout, const RenderHandle vertexInputDeclaration,
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_data_loader.h58 BASE_NS::string vertexInputDeclaration; in RENDER_BEGIN_NAMESPACE() member
H A Dshader_data_loader.cpp68 SafeGetJsonValue(jsonData, "vertexInputDeclaration", result.error, data.vertexInputDeclaration); in LoadSingleShaderVariant()
H A Dshader_loader.cpp404 svRef.vertexInputDeclaration.empty() in CreateGraphicsShader()
407 … shaderMgr_.GetVertexInputDeclarationHandle(svRef.vertexInputDeclaration).GetHandle()); in CreateGraphicsShader()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h79 … const RENDER_NS::VertexInputDeclarationView& vertexInputDeclaration, size_t submeshCount) = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h143 RENDER_NS::VertexInputDeclarationData vertexInputDeclaration; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp870 const VertexInputDeclarationView vertexInputDeclaration = in GatherMeshData() local
2817 const VertexInputDeclarationView vertexInputDeclaration = in StartPhase() local
2820 meshData_.vertexInputDeclaration.bindingDescriptionCount = in StartPhase()
2822 meshData_.vertexInputDeclaration.attributeDescriptionCount = in StartPhase()
2824 std::copy(vertexInputDeclaration.bindingDescriptions.cbegin(), in StartPhase()
2825 vertexInputDeclaration.bindingDescriptions.cend(), in StartPhase()
2826 meshData_.vertexInputDeclaration.bindingDescriptions); in StartPhase()
2827 std::copy(vertexInputDeclaration.attributeDescriptions.cbegin(), in StartPhase()
2828 vertexInputDeclaration.attributeDescriptions.cend(), in StartPhase()
2829 meshData_.vertexInputDeclaration.attributeDescriptions); in StartPhase()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h219 RENDER_NS::VertexInputDeclarationData vertexInputDeclaration; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h37 …void Initialize(const RENDER_NS::VertexInputDeclarationView& vertexInputDeclaration, size_t submes… in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_util.cpp735 const VertexInputDeclarationView vertexInputDeclaration = in InitializeBuilder() local
739 builder->Initialize(vertexInputDeclaration, 1); in InitializeBuilder()
H A Dmesh_builder.cpp427 … const uint32_t vertexAttributeLocation, const VertexInputDeclarationView& vertexInputDeclaration) in GetVertexAttributeByteSize() argument
430 …GetVertexAttributeDescription(vertexAttributeLocation, vertexInputDeclaration.attributeDescription… in GetVertexAttributeByteSize()
968 void MeshBuilder::Initialize(const VertexInputDeclarationView& vertexInputDeclaration, size_t subme… in Initialize() argument
992 vertexInputDeclaration_ = vertexInputDeclaration; in Initialize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h116 RenderHandle vertexInputDeclaration; in RENDER_BEGIN_NAMESPACE() member

12