Home
last modified time | relevance | path

Searched refs:coordinate_components (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp49 EXPECT_EQ(COMPS, type->coordinate_components()); \
/external/mesa3d/src/compiler/
Dglsl_types.h757 int coordinate_components() const;
Dglsl_types.cpp1959 glsl_type::coordinate_components() const in coordinate_components() function in glsl_type
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_nir.cpp3638 const unsigned surf_dims = type->coordinate_components() - arr_dims; in nir_emit_intrinsic()
3742 if ((int)c >= type->coordinate_components()) { in nir_emit_intrinsic()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp886 if (i < type->coordinate_components()) in visit()
Dbuiltin_functions.cpp4654 const int coord_size = sampler_type->coordinate_components(); in _texture()
5529 glsl_type::ivec(image_type->coordinate_components()), "coord"); in _image_prototype()
5568 unsigned num_components = image_type->coordinate_components(); in _image_size_prototype()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3619 coord_dst.writemask = (1 << type->coordinate_components()) - 1; in visit_image_intrinsic()
3624 switch (type->coordinate_components()) { in visit_image_intrinsic()