OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeImgCompVec4
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp
211
const std::string
typeImgCompVec4
= getImageComponentVec4TypeName(m_format);
264
<< "%type_struct_int_img_comp_vec4 = OpTypeStruct %type_int " <<
typeImgCompVec4
<< "\n"
269
<< "%type_output_img_comp_vec4 = OpTypePointer Output " <<
typeImgCompVec4
<< "\n"
273
<< "%type_function_img_comp_vec4 = OpTypePointer Function " <<
typeImgCompVec4
<< "\n"
331
<< "%local_img_comp_vec4 = OpCompositeExtract " <<
typeImgCompVec4
<< " %local_sparse_op_result 1\n"
401
const std::string
typeImgCompVec4
= getImageComponentVec4TypeName(m_format);
443
src << "%local_gather_texels_x = OpCompositeExtract " <<
typeImgCompVec4
<< " %local_sparse_gather_result_x 1\n";
444
src << "%local_gather_texels_y = OpCompositeExtract " <<
typeImgCompVec4
<< " %local_sparse_gather_result_y 1\n";
445
src << "%local_gather_texels_z = OpCompositeExtract " <<
typeImgCompVec4
<< " %local_sparse_gather_result_z 1\n";
446
src << "%local_gather_texels_w = OpCompositeExtract " <<
typeImgCompVec4
<< " %local_sparse_gather_result_w 1\n"
[
all
...]
vktSparseResourcesShaderIntrinsicsStorage.cpp
60
const std::string
typeImgCompVec4
= getImageComponentVec4TypeName(m_format);
116
<< "%type_struct_int_img_comp_vec4 = OpTypeStruct %type_int " <<
typeImgCompVec4
<< "\n"
122
<< "%type_function_img_comp_vec4 = OpTypePointer Function " <<
typeImgCompVec4
<< "\n"
215
<< "%local_img_comp_vec4 = OpCompositeExtract " <<
typeImgCompVec4
<< " %local_sparse_op_result 1\n"
Completed in 87 milliseconds