HomeSort by: relevance | last modified time | path
    Searched refs:GLSL_SAMPLER_DIM_BUF (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.h 73 case GLSL_SAMPLER_DIM_BUF:
94 case GLSL_SAMPLER_DIM_BUF:
  /xsrc/external/mit/MesaLib/dist/src/compiler/
builtin_type_macros.h 97 DECL_TYPE(samplerBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
109 DECL_TYPE(isamplerBuffer, GL_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT)
121 DECL_TYPE(usamplerBuffer, GL_UNSIGNED_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT)
141 DECL_TYPE(imageBuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
152 DECL_TYPE(iimageBuffer, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT)
163 DECL_TYPE(uimageBuffer, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT)
174 DECL_TYPE(i64imageBuffer, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT64)
185 DECL_TYPE(u64imageBuffer, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT64)
193 DECL_TYPE(vbuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_VOID)
glsl_types.cpp 350 case GLSL_SAMPLER_DIM_BUF:
866 case GLSL_SAMPLER_DIM_BUF:
902 case GLSL_SAMPLER_DIM_BUF:
932 case GLSL_SAMPLER_DIM_BUF:
973 case GLSL_SAMPLER_DIM_BUF:
1003 case GLSL_SAMPLER_DIM_BUF:
1032 case GLSL_SAMPLER_DIM_BUF:
1061 case GLSL_SAMPLER_DIM_BUF:
1088 case GLSL_SAMPLER_DIM_BUF:
1107 case GLSL_SAMPLER_DIM_BUF
    [all...]
glsl_types.h 248 GLSL_SAMPLER_DIM_BUF,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
sampler_types_test.cpp 60 T( samplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
71 T(isamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_INT, NONARRAY, COLOR, 1)
82 T(usamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_UINT, NONARRAY, COLOR, 1)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
sampler_types_test.cpp 60 T( samplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
71 T(isamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_INT, NONARRAY, COLOR, 1)
82 T(usamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_UINT, NONARRAY, COLOR, 1)
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_access.c 110 GLSL_SAMPLER_DIM_BUF) {
144 if (nir_intrinsic_image_dim(instr) == GLSL_SAMPLER_DIM_BUF) {
199 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF;
260 nir_intrinsic_image_dim(instr) == GLSL_SAMPLER_DIM_BUF);
276 glsl_get_sampler_dim(glsl_without_array(var->type)) == GLSL_SAMPLER_DIM_BUF;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
builtin_type_macros.h 97 DECL_TYPE(samplerBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
109 DECL_TYPE(isamplerBuffer, GL_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT)
121 DECL_TYPE(usamplerBuffer, GL_UNSIGNED_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT)
140 DECL_TYPE(imageBuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT)
151 DECL_TYPE(iimageBuffer, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_INT)
162 DECL_TYPE(uimageBuffer, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp 340 case GLSL_SAMPLER_DIM_BUF:
808 case GLSL_SAMPLER_DIM_BUF:
844 case GLSL_SAMPLER_DIM_BUF:
874 case GLSL_SAMPLER_DIM_BUF:
913 case GLSL_SAMPLER_DIM_BUF:
943 case GLSL_SAMPLER_DIM_BUF:
972 case GLSL_SAMPLER_DIM_BUF:
2349 case GLSL_SAMPLER_DIM_BUF:
glsl_types.h 163 GLSL_SAMPLER_DIM_BUF,
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_enums.c 100 case GLSL_SAMPLER_DIM_BUF:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir_legalize_image_load_store.cpp 67 case GLSL_SAMPLER_DIM_BUF:
sfn_emittexinstruction.cpp 46 if (ir->sampler_dim == GLSL_SAMPLER_DIM_BUF) {
322 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) {
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_image.c 127 case GLSL_SAMPLER_DIM_BUF:
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_bufimage.c 40 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FLOAT);
90 .image_dim = GLSL_SAMPLER_DIM_BUF);
221 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_FLOAT);
252 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
401 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_FLOAT);
402 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FLOAT);
437 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
460 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_BUF);
755 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_FLOAT);
756 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FLOAT)
    [all...]
radv_meta_dcc_retile.c 33 enum glsl_sampler_dim dim = GLSL_SAMPLER_DIM_BUF;
radv_meta_blit2d.c 522 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_UINT);
537 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_bufimage.c 44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
269 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
329 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
491 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
495 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
565 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
916 const struct glsl_type *type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
989 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF;
1319 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF,
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
v3d40_tex.c 309 case GLSL_SAMPLER_DIM_BUF:
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
nir_to_tgsi_info.c 269 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF)
281 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF)
303 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF)
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_pbo.c 394 [PIPE_BUFFER] = GLSL_SAMPLER_DIM_BUF,
561 glsl_image_type(GLSL_SAMPLER_DIM_BUF, false,
573 .image_dim = GLSL_SAMPLER_DIM_BUF);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_nir.c 190 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF)
202 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF)
222 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF)
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d40_tex.c 444 case GLSL_SAMPLER_DIM_BUF:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_compiler.c 1049 unsigned binding = tex->sampler_dim == GLSL_SAMPLER_DIM_BUF ? 1 : 0;
1063 unsigned binding = dim == GLSL_SAMPLER_DIM_BUF ? 3 : 2;
1086 nir_variable *var = tex->sampler_dim == GLSL_SAMPLER_DIM_BUF ? bindless[1] : bindless[0];
1152 nir_variable *var = dim == GLSL_SAMPLER_DIM_BUF ? bindless[3] : bindless[2];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_pbo.c 416 [PIPE_BUFFER] = GLSL_SAMPLER_DIM_BUF,
547 glsl_image_type(GLSL_SAMPLER_DIM_BUF, false,

Completed in 16 milliseconds

1 2 3