| /third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
| H A D | remove_struct_member_reduction_opportunity.h | 31 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 D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, uint32_t member_index) RemoveStructMemberReductionOpportunity() argument
|
| /third_party/spirv-tools/source/reduce/ |
| H A D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, uint32_t member_index) RemoveStructMemberReductionOpportunity() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | namer.cc | 160 SuggestSanitizedMemberName(uint32_t struct_id, uint32_t member_index, const std::string& suggested_name) SuggestSanitizedMemberName() argument
|
| H A D | parser_impl_test_helper.h | 199 ConvertMemberDecoration(uint32_t struct_type_id, uint32_t member_index, const Type* member_ty, const Decoration& decoration) ConvertMemberDecoration() argument
|
| H A D | parser_impl.cc | 435 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 D | lp_tex_sample.c | 112 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 D | draw_llvm_sample.c | 102 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 D | inst_debug_printf_pass.cpp | 426 NewMemberName( uint32_t id, uint32_t member_index, const std::string& name_str) NewMemberName() argument
|
| H A D | scalar_replacement_pass.cpp | 948 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 D | validation_state.h | 396 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 D | fuzzer_util.cpp | 1628 uint32_t member_index = in IdUseCanBeReplaced() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | fuzzer_util.cpp | 1628 uint32_t member_index = in IdUseCanBeReplaced() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validation_state.h | 396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_util.cpp | 1635 uint32_t member_index = in IdUseCanBeReplaced() local
|
| /third_party/spirv-tools/source/val/ |
| H A D | validation_state.h | 407 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 D | spirv_cross_c.cpp | 1857 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 D | spirv_hlsl.cpp | 855 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 D | gl4cEnhancedLayoutsTests.cpp | 6660 GLuint member_index = 0; in test() local [all...] |