Home
last modified time | relevance | path

Searched defs:member_index (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, uint32_t member_index) RemoveStructMemberReductionOpportunity() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, uint32_t member_index) RemoveStructMemberReductionOpportunity() argument
/third_party/spirv-tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, uint32_t member_index) RemoveStructMemberReductionOpportunity() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.cc160 SuggestSanitizedMemberName(uint32_t struct_id, uint32_t member_index, const std::string& suggested_name) SuggestSanitizedMemberName() argument
H A Dparser_impl_test_helper.h199 ConvertMemberDecoration(uint32_t struct_type_id, uint32_t member_index, const Type* member_ty, const Decoration& decoration) ConvertMemberDecoration() argument
H A Dparser_impl.cc435 ConvertMemberDecoration( uint32_t struct_type_id, uint32_t member_index, const Type* member_ty, const Decoration& decoration) ConvertMemberDecoration() argument
1741 GetMemberPipelineDecorations( const Struct& struct_type, int member_index) GetMemberPipelineDecorations() argument
2830 GetMemberName(const Struct& struct_type, int member_index) GetMemberName() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c112 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, LLVMValueRef texture_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_texture_member() argument
203 lp_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_sampler_member() argument
264 lp_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_image_member() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c102 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, LLVMValueRef texture_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_texture_member() argument
154 draw_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_sampler_member() argument
199 draw_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_image_member() argument
/third_party/spirv-tools/source/opt/
H A Dinst_debug_printf_pass.cpp426 NewMemberName( uint32_t id, uint32_t member_index, const std::string& name_str) NewMemberName() argument
H A Dscalar_replacement_pass.cpp948 CopyDecorationsToVariable(Instruction* from, Instruction* to, uint32_t member_index) CopyDecorationsToVariable() argument
977 CopyNecessaryMemberDecorationsToVariable( Instruction* from, Instruction* to, uint32_t member_index) CopyNecessaryMemberDecorationsToVariable() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.h396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp1628 uint32_t member_index = in IdUseCanBeReplaced() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp1628 uint32_t member_index = in IdUseCanBeReplaced() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.h396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp1635 uint32_t member_index = in IdUseCanBeReplaced() local
/third_party/spirv-tools/source/val/
H A Dvalidation_state.h407 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
430 id_member_decorations(uint32_t id, uint32_t member_index) id_member_decorations() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1857 void spvc_compiler_set_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, in spvc_compiler_set_member_decoration() argument
1863 void spvc_compiler_set_member_decoration_string(spvc_compiler compiler, spvc_type_id id, unsigned member_index, in spvc_compiler_set_member_decoration_string() argument
1870 void spvc_compiler_set_member_name(spvc_compiler compiler, spvc_type_id id, unsigned member_index, const char *argument) in spvc_compiler_set_member_name() argument
1880 void spvc_compiler_unset_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, in spvc_compiler_unset_member_decoration() argument
1891 spvc_bool spvc_compiler_has_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, in spvc_compiler_has_member_decoration() argument
1914 spvc_compiler_get_member_decoration(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration) spvc_compiler_get_member_decoration() argument
1920 spvc_compiler_get_member_decoration_string(spvc_compiler compiler, spvc_type_id id, unsigned member_index, SpvDecoration decoration) spvc_compiler_get_member_decoration_string() argument
1927 spvc_compiler_get_member_name(spvc_compiler compiler, spvc_type_id id, unsigned member_index) spvc_compiler_get_member_name() argument
[all...]
H A Dspirv_hlsl.cpp855 void CompilerHLSL::emit_interface_block_member_in_struct(const SPIRVariable &var, uint32_t member_index, in emit_interface_block_member_in_struct() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp6660 GLuint member_index = 0; in test() local
[all...]

Completed in 46 milliseconds