Searched refs:member_index (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c89 unsigned member_index,
107 indices[3] = lp_build_const_int32(gallivm, member_index);
135 unsigned member_index,
153 indices[3] = lp_build_const_int32(gallivm, member_index);
85 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
131 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) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c95 unsigned member_index,
113 indices[3] = lp_build_const_int32(gallivm, member_index);
173 unsigned member_index,
191 indices[3] = lp_build_const_int32(gallivm, member_index);
91 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
169 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) argument
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp104 unsigned member_index,
133 indices[3] = lp_build_const_int32(gallivm, member_index);
198 unsigned member_index,
227 indices[3] = lp_build_const_int32(gallivm, member_index);
100 swr_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
194 swr_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) argument
/external/vulkan-validation-layers/scripts/
H A Dhelper_file_generator.py310 member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == handle_type), None)
311 if member_index is not None:
312 for item in self.structMembers[member_index].members:
581 member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == member.type), None)
582 if member_index is not None and self.NeedSafeStruct(self.structMembers[member_index]) == True:
995 member_index = next((i for i, v in enumerate(self.structMembers) if v[0] == member.type), None)
996 if member_index is not None and self.NeedSafeStruct(self.structMembers[member_index]) == True:
1036 member_index
[all...]
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp472 unsigned member_index = insn.word(2); local
476 member_components[member_index] = component;
480 member_relaxed_precision[member_index] = 1;
484 member_patch[member_index] = 1;
494 unsigned member_index = insn.word(2); local
495 unsigned member_type_id = type.word(2 + member_index);
500 auto component_it = member_components.find(member_index);
502 bool is_relaxed_precision = member_relaxed_precision.find(member_index) != member_relaxed_precision.end();
503 bool member_is_patch = is_patch || member_patch.count(member_index) > 0;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp6528 GLuint member_index = 0; local
6563 const Utils::Variable::Descriptor& in_member = in_interface->m_members[member_index];
6564 const Utils::Variable::Descriptor& out_member = out_interface->m_members[member_index];
6569 /* Increment member_index */
6570 ++member_index;
6572 /* Increment index and reset member_index if all members were processed */
6573 if (in_interface->m_members.size() == member_index)
6576 member_index = 0;
6581 if ((index >= in_variable.m_n_array_elements) && (0 == member_index))
6649 for (GLuint member_index
[all...]

Completed in 206 milliseconds