Home
last modified time | relevance | path

Searched refs:SemanticName (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Ddxbc_parse.cpp77 param.SemanticName = (char*)&sig->count + bswap_le32(sig->elements[i].name_offset); in dxbc_parse_signature()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.h171 const char* SemanticName; member
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h663 …semantic_to_idx_map[std::make_pair(c_string(input_element_descs[i].SemanticName), input_element_de… in CreateInputLayout()
695 if(!strcasecmp(params[i].SemanticName, "SV_INSTANCEID") || in CreateInputLayout()
696 !strcasecmp(params[i].SemanticName, "SV_VERTEXID")) in CreateInputLayout()
700 …tor iter = semantic_to_idx_map.find(std::make_pair(c_string(params[i].SemanticName), params[i].Sem… in CreateInputLayout()
1533 …so_declaration[i].SemanticIndex && !strcasecmp(out[j].SemanticName, so_declaration[i].SemanticName in IMPLEMENT_CREATE_SHADER()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h224 CPVRTString SemanticName; // Name of this pass. member
DPVRTPFXParser.cpp1644 m_RenderPasses[uiPassIdx].SemanticName = texName; in ParseTexture()
1777 m_RenderPasses[uiPassIdx].SemanticName = targetName; in ParseTarget()
2667 if(Target.TargetName == Pass.SemanticName) in DetermineRenderPassDependencies()
2675 m_aszPostProcessNames.Append(Pass.SemanticName); in DetermineRenderPassDependencies()
2681 …]. \"%s\" has different type than \"%s\"\n", Target.TargetName.c_str(), Pass.SemanticName.c_str()); in DetermineRenderPassDependencies()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d11shader.idl49 LPCSTR SemanticName;
Dd3d10shader.idl83 LPCSTR SemanticName;
Dd3d10.idl750 LPCSTR SemanticName;
763 LPCSTR SemanticName;
Dd3d11.idl411 LPCSTR SemanticName;
440 LPCSTR SemanticName;
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1825 SemanticName field contains the semantic name of the register being declared.