Searched defs:typeImgCompVec4 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp59 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(m_format); local
115 << "%type_struct_int_img_comp_vec4 = OpTypeStruct %type_int " << typeImgCompVec4 << "\n"
121 << "%type_function_img_comp_vec4 = OpTypePointer Function " << typeImgCompVec4 << "\n"
214 << "%local_img_comp_vec4 = OpCompositeExtract " << typeImgCompVec4 << " %local_sparse_op_result 1\n"
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp337 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(m_format); local
390 << "%type_struct_int_img_comp_vec4 = OpTypeStruct %type_int " << typeImgCompVec4 << "\n"
395 << "%type_output_img_comp_vec4 = OpTypePointer Output " << typeImgCompVec4 << "\n"
399 << "%type_function_img_comp_vec4 = OpTypePointer Function " << typeImgCompVec4 << "\n"
457 << "%local_img_comp_vec4 = OpCompositeExtract " << typeImgCompVec4 << " %local_sparse_op_result 1\n"
527 const std::string typeImgCompVec4 = getImageComponentVec4TypeName(m_format); local
569 src << "%local_gather_texels_x = OpCompositeExtract " << typeImgCompVec4 << " %local_sparse_gather_result_x 1\n"; local
570 src << "%local_gather_texels_y = OpCompositeExtract " << typeImgCompVec4 << " %local_sparse_gather_result_y 1\n"; local
571 src << "%local_gather_texels_z = OpCompositeExtract " << typeImgCompVec4 << " %local_sparse_gather_result_z 1\n"; local
572 src << "%local_gather_texels_w = OpCompositeExtract " << typeImgCompVec4 << " local
579 src << "%local_gather_primary_texel = OpCompositeConstruct " << typeImgCompVec4 << " %local_gather_primary_texel_x %local_gather_primary_texel_y %local_gather_primary_texel_z %local_gather_primary_texel_w\\n"; local
[all...]

Completed in 140 milliseconds