Searched defs:base_type (Results 1 - 25 of 54) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_enums.c56 enum glsl_base_type base_type = glsl_get_base_type(type); local in function:dxil_get_comp_type
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniform_initializers.cpp223 const enum glsl_base_type base_type = local in function:linker::set_uniform_initializer
48 copy_constant_to_storage(union gl_constant_value * storage,const ir_constant * val,const enum glsl_base_type base_type,const unsigned int elements,unsigned int boolean_true) argument
H A Dgl_nir_link_uniform_initializers.c118 const enum glsl_base_type base_type = glsl_get_base_type(type); local in function:copy_constant_to_storage
221 const enum glsl_base_type base_type = glsl_get_base_type(element_type); local in function:set_uniform_initializer
H A Dir_reader.cpp142 const glsl_type *base_type = read_type(s_base_type); local in function:ir_reader::read_type
H A Dlink_uniforms.cpp838 bool set_opaque_indices(const glsl_type *base_type, argument
900 void handle_samplers(const glsl_type *base_type, argument
943 void handle_images(const glsl_type *base_type, argument
989 handle_subroutines(const glsl_type * base_type,struct gl_uniform_storage * uniform) argument
1062 const glsl_type *base_type; local in function:parcel_out_uniform_storage::visit_field
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dset_uniform_initializer_tests.cpp164 non_array_test(void * mem_ctx,struct gl_shader_program * prog,unsigned actual_index,const char * name,enum glsl_base_type base_type,unsigned columns,unsigned rows) argument
310 array_test(void * mem_ctx,struct gl_shader_program * prog,unsigned actual_index,const char * name,enum glsl_base_type base_type,unsigned columns,unsigned rows,unsigned array_size,unsigned excess_data_size) argument
H A Duniform_initializer_utils.cpp170 generate_data(void *mem_ctx, enum glsl_base_type base_type, argument
184 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_uniform_initializers.cpp223 const enum glsl_base_type base_type = local in function:linker::set_uniform_initializer
48 copy_constant_to_storage(union gl_constant_value * storage,const ir_constant * val,const enum glsl_base_type base_type,const unsigned int elements,unsigned int boolean_true) argument
H A Dgl_nir_link_uniform_initializers.c118 const enum glsl_base_type base_type = glsl_get_base_type(type); local in function:copy_constant_to_storage
215 const enum glsl_base_type base_type = glsl_get_base_type(element_type); local in function:set_uniform_initializer
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dset_uniform_initializer_tests.cpp157 non_array_test(void * mem_ctx,struct gl_shader_program * prog,unsigned actual_index,const char * name,enum glsl_base_type base_type,unsigned columns,unsigned rows) argument
303 array_test(void * mem_ctx,struct gl_shader_program * prog,unsigned actual_index,const char * name,enum glsl_base_type base_type,unsigned columns,unsigned rows,unsigned array_size,unsigned excess_data_size) argument
H A Duniform_initializer_utils.cpp170 generate_data(void *mem_ctx, enum glsl_base_type base_type, argument
184 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_bit_size.c38 nir_alu_type base_type = nir_alu_type_get_base_type(type); local in function:convert_to_bit_size
H A Dnir_instr_set.c352 nir_const_value_negative_equal(const nir_const_value * c1,const nir_const_value * c2,unsigned components,nir_alu_type base_type,unsigned bits) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp224 count_sequence(nir_const_value c[NIR_MAX_VEC_COMPONENTS],nir_alu_type base_type,unsigned bits,int first) argument
293 negate(nir_const_value dst[NIR_MAX_VEC_COMPONENTS],const nir_const_value src[NIR_MAX_VEC_COMPONENTS],nir_alu_type base_type,unsigned bits,unsigned components) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c117 enum glsl_base_type base_type = glsl_get_base_type(column); local in function:collect_varyings
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cf.c144 type_t base_type = ir3_output_conv_type(src, &can_fold); local in function:try_conversion_folding
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c326 enum glsl_base_type base_type = local in function:v3d_nir_lower_image_load
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c215 enum glsl_base_type base_type = local in function:lvp_lower_pipeline_layout
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_nir.c174 enum glsl_base_type base_type; local in function:lower_load_kernel_input
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_alu.c140 nir_alu_type base_type = nir_op_infos[instr->op].output_type; local in function:lower_alu_instr
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shaderio.cpp153 enum glsl_base_type base_type = local in function:r600::ShaderInputVarying::ShaderInputVarying
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c339 enum glsl_base_type base_type = local in function:scan_instruction
535 enum glsl_base_type base_type = local in function:nir_tgsi_scan_shader
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c423 enum glsl_base_type base_type = panvk_meta_get_format_type(att->format); local in function:panvk_meta_clear_attachment
35 panvk_meta_clear_color_attachment_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,unsigned rt,enum glsl_base_type base_type,struct pan_shader_info * shader_info) argument
86 panvk_meta_clear_zs_attachment_shader(struct panfrost_device * pdev,struct pan_pool * bin_pool,bool clear_z,bool clear_s,enum glsl_base_type base_type,struct pan_shader_info * shader_info) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c255 enum glsl_base_type base_type = local in function:scan_instruction
482 enum glsl_base_type base_type = local in function:si_nir_scan_shader
709 enum glsl_base_type base_type = local in function:si_nir_scan_shader
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dnir_types.cpp546 glsl_scalar_type(enum glsl_base_type base_type) argument
552 glsl_vector_type(enum glsl_base_type base_type, unsigned components) argument
560 glsl_matrix_type(enum glsl_base_type base_type, unsigned rows, unsigned columns) argument
621 glsl_sampler_type(enum glsl_sampler_dim dim,bool is_shadow,bool is_array,enum glsl_base_type base_type) argument
640 glsl_image_type(enum glsl_sampler_dim dim,bool is_array,enum glsl_base_type base_type) argument
[all...]

Completed in 39 milliseconds

123