| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_jit.c | 49 LLVMTypeRef viewport_type, texture_type, sampler_type; local 129 sampler_type = LLVMStructTypeInContext(lc, elem_types, 133 gallivm->target, sampler_type, 136 gallivm->target, sampler_type, 139 gallivm->target, sampler_type, 142 gallivm->target, sampler_type, 145 gallivm->target, sampler_type); 165 elem_types[LP_JIT_CTX_SAMPLERS] = LLVMArrayType(sampler_type,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_jit.c | 111 LLVMTypeRef sampler_type; local 120 sampler_type = LLVMStructTypeInContext(lc, elem_types, 124 gallivm->target, sampler_type, 127 gallivm->target, sampler_type, 130 gallivm->target, sampler_type, 133 gallivm->target, sampler_type, 136 gallivm->target, sampler_type, 139 gallivm->target, sampler_type); 140 return sampler_type; 192 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type local 421 LLVMTypeRef texture_type, sampler_type, image_type; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| v3d40_tex.c | 251 const struct glsl_type *sampler_type = glsl_without_array(var->type); local 305 switch (glsl_get_sampler_dim(sampler_type)) { 327 if (glsl_sampler_type_is_array(sampler_type)) {
|
| v3d_nir_lower_image_load_store.c | 325 const struct glsl_type *sampler_type = glsl_without_array(var->type); local 327 glsl_get_sampler_result_type(sampler_type);
|
| nir_to_vir.c | 1577 const struct glsl_type *sampler_type = glsl_without_array(var->type); local 1578 bool is_array = glsl_sampler_type_is_array(sampler_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_resolve_fs.c | 60 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, local 70 sampler_type, "s_tex");
|
| radv_meta_resolve_cs.c | 72 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, local 88 sampler_type, "s_tex");
|
| radv_meta_blit.c | 133 const struct glsl_type *sampler_type = local 137 sampler_type, "s_tex"); 153 tex->is_array = glsl_sampler_type_is_array(sampler_type); 191 const struct glsl_type *sampler_type = local 195 sampler_type, "s_tex"); 211 tex->is_array = glsl_sampler_type_is_array(sampler_type); 249 const struct glsl_type *sampler_type = local 253 sampler_type, "s_tex"); 269 tex->is_array = glsl_sampler_type_is_array(sampler_type);
|
| radv_meta_blit2d.c | 488 const struct glsl_type *sampler_type = local 491 sampler_type, "s_tex"); 549 const struct glsl_type *sampler_type = local 552 sampler_type, "s_tex");
|
| radv_meta_bufimage.c | 40 const struct glsl_type *sampler_type = glsl_sampler_type(dim, local 54 sampler_type, "s_tex");
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta_resolve_cs.c | 64 const struct glsl_type *sampler_type = local 74 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex"); 135 const struct glsl_type *sampler_type = local 146 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex");
|
| radv_meta_blit.c | 98 const struct glsl_type *sampler_type = local 100 nir_variable *sampler = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex"); 116 tex->is_array = glsl_sampler_type_is_array(sampler_type); 146 const struct glsl_type *sampler_type = local 148 nir_variable *sampler = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex"); 164 tex->is_array = glsl_sampler_type_is_array(sampler_type); 194 const struct glsl_type *sampler_type = local 196 nir_variable *sampler = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex"); 212 tex->is_array = glsl_sampler_type_is_array(sampler_type);
|
| radv_meta_blit2d.c | 471 const struct glsl_type *sampler_type = glsl_sampler_type(dim, false, false, GLSL_TYPE_UINT); local 472 nir_variable *sampler = nir_variable_create(b->shader, nir_var_uniform, sampler_type, "s_tex"); 521 const struct glsl_type *sampler_type = local 523 nir_variable *sampler = nir_variable_create(b->shader, nir_var_uniform, sampler_type, "s_tex");
|
| radv_meta_resolve_fs.c | 52 const struct glsl_type *sampler_type = local 58 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex"); 329 const struct glsl_type *sampler_type = local 336 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex");
|
| radv_meta_bufimage.c | 39 const struct glsl_type *sampler_type = glsl_sampler_type(dim, false, false, GLSL_TYPE_FLOAT); local 46 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, sampler_type, "s_tex");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atifs_to_nir.c | 353 const struct glsl_type *sampler_type = local 356 tex_var = nir_variable_create(t->b->shader, nir_var_uniform, sampler_type, "tex");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_blit.cpp | 661 const struct glsl_type *sampler_type = local 664 sampler_type, "stencil_tex");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| ff_fragment_shader.cpp | 745 const glsl_type *sampler_type = NULL; local 751 sampler_type = glsl_type::sampler1DShadow_type; 753 sampler_type = glsl_type::sampler1D_type; 758 sampler_type = glsl_type::sampler1DArrayShadow_type; 760 sampler_type = glsl_type::sampler1DArray_type; 765 sampler_type = glsl_type::sampler2DShadow_type; 767 sampler_type = glsl_type::sampler2D_type; 772 sampler_type = glsl_type::sampler2DArrayShadow_type; 774 sampler_type = glsl_type::sampler2DArray_type; 779 sampler_type = glsl_type::sampler2DRectShadow_type [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| vtn_cfg.c | 320 struct vtn_type *sampler_type = rzalloc(b, struct vtn_type); local 321 sampler_type->base_type = vtn_base_type_sampler; 322 sampler_type->type = glsl_bare_sampler_type(); 327 vtn_load_param_pointer(b, sampler_type, b->func_param_idx++);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| ff_fragment_shader.cpp | 756 const glsl_type *sampler_type = NULL; local 762 sampler_type = glsl_type::sampler1DShadow_type; 764 sampler_type = glsl_type::sampler1D_type; 769 sampler_type = glsl_type::sampler1DArrayShadow_type; 771 sampler_type = glsl_type::sampler1DArray_type; 776 sampler_type = glsl_type::sampler2DShadow_type; 778 sampler_type = glsl_type::sampler2D_type; 783 sampler_type = glsl_type::sampler2DArrayShadow_type; 785 sampler_type = glsl_type::sampler2DArray_type; 790 sampler_type = glsl_type::sampler2DRectShadow_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| vtn_variables.c | 2371 struct vtn_type *sampler_type = vtn_value(b, w[1], vtn_value_type_type)->type; local 2377 ptr_type->deref = sampler_type;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_scan.h | 71 ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */ member in struct:tgsi_shader_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_compiler.c | 1052 const struct glsl_type *sampler_type = glsl_sampler_type(tex->sampler_dim, tex->is_shadow, tex->is_array, GLSL_TYPE_FLOAT); local 1053 var = nir_variable_create(nir, nir_var_uniform, glsl_array_type(sampler_type, ZINK_MAX_BINDLESS_HANDLES, 0), "bindless_texture");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_scan.h | 72 ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */ member in struct:tgsi_shader_info
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| ir_to_mesa.cpp | 1998 const glsl_type *sampler_type = ir->sampler->type; local 2032 assert(!sampler_type->sampler_array); 2060 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && 2061 sampler_type->sampler_array) { 2089 switch (sampler_type->sampler_dimensionality) { 2091 inst->tex_target = (sampler_type->sampler_array) 2095 inst->tex_target = (sampler_type->sampler_array)
|