Searched defs:explicit_stride (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dnir_types.cpp581 glsl_array_type(const glsl_type * base,unsigned elements,unsigned explicit_stride) argument
H A Dglsl_types.cpp47 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 Dglsl_types.h354 unsigned explicit_stride; member in struct:glsl_type
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.cpp46 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 Dglsl_types.h264 unsigned explicit_stride; member in struct:glsl_type
H A Dnir_types.cpp505 glsl_array_type(const glsl_type * base,unsigned elements,unsigned explicit_stride) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1625 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 Dnir_opt_load_store_vectorize.c1085 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 Dlink_varyings.cpp1502 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 Dac_nir_to_llvm.c2096 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

Completed in 25 milliseconds