| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | nir_types.cpp | 581 glsl_array_type(const glsl_type * base,unsigned elements,unsigned explicit_stride) argument
|
| H A D | glsl_types.cpp | 47 glsl_type(GLenum gl_type,glsl_base_type base_type,unsigned vector_elements,unsigned matrix_columns,const char * name,unsigned explicit_stride,bool row_major,unsigned explicit_alignment) argument 579 glsl_type(const glsl_type * array,unsigned length,unsigned explicit_stride) argument 1120 get_array_instance(const glsl_type * base,unsigned array_size,unsigned explicit_stride) argument 2924 unsigned explicit_stride:16; member in struct:packed_type::__anon827c2e3d0108 2938 unsigned explicit_stride:14; member in struct:packed_type::__anon827c2e3d0308 3114 unsigned explicit_stride = encoded.basic.explicit_stride; local in function:decode_type_from_blob 3150 unsigned explicit_stride = encoded.array.explicit_stride; local in function:decode_type_from_blob [all...] |
| H A D | glsl_types.h | 354 unsigned explicit_stride; member in struct:glsl_type
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.cpp | 46 glsl_type(GLenum gl_type,glsl_base_type base_type,unsigned vector_elements,unsigned matrix_columns,const char * name,unsigned explicit_stride,bool row_major) argument 533 glsl_type(const glsl_type * array,unsigned length,unsigned explicit_stride) argument 993 get_array_instance(const glsl_type * base,unsigned array_size,unsigned explicit_stride) argument 2524 unsigned explicit_stride = blob_read_uint32(blob); local in function:decode_type_from_blob 2543 unsigned explicit_stride = blob_read_uint32(blob); local in function:decode_type_from_blob [all...] |
| H A D | glsl_types.h | 264 unsigned explicit_stride; member in struct:glsl_type
|
| H A D | nir_types.cpp | 505 glsl_array_type(const glsl_type * base,unsigned elements,unsigned explicit_stride) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1625 bool explicit_stride[MAX_FEEDBACK_BUFFERS] = { false }; local in function:store_tfeedback_info 1228 store(struct gl_context * ctx,struct gl_shader_program * prog,struct gl_transform_feedback_info * info,unsigned buffer,unsigned buffer_index,const unsigned max_outputs,BITSET_WORD * used_components[MAX_FEEDBACK_BUFFERS],bool * explicit_stride,unsigned * max_member_alignment,bool has_xfb_qualifiers,const void * mem_ctx) const argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_load_store_vectorize.c | 1085 unsigned explicit_stride = glsl_get_explicit_stride(type); local in function:is_strided_vector
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.cpp | 1502 bool explicit_stride[MAX_FEEDBACK_BUFFERS] = { false }; local in function:store_tfeedback_info 1169 store(struct gl_context * ctx,struct gl_shader_program * prog,struct gl_transform_feedback_info * info,unsigned buffer,unsigned buffer_index,const unsigned max_outputs,BITSET_WORD * used_components[MAX_FEEDBACK_BUFFERS],bool * explicit_stride,bool has_xfb_qualifiers,const void * mem_ctx) const argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 2096 unsigned explicit_stride = glsl_get_explicit_stride(deref->type); local in function:visit_load_var 2247 unsigned explicit_stride = glsl_get_explicit_stride(deref->type); local in function:visit_store_var
|