Home
last modified time | relevance | path

Searched refs:coord_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c32 coord_offset(nir_ssa_def *ssa) in coord_offset() function
52 coord_offset(alu->src[0].src.ssa) + alu->src[0].swizzle[0]; in coord_offset()
60 coord_offset(alu->src[i].src.ssa) + alu->src[i].swizzle[0]; in coord_offset()
104 return coord_offset(ssa); in ir3_nir_coord_offset()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp2387 GLuint coord_offset; in iterate() member
2454 const std::string& cs = getComputeShader(SOURCE_INVALID, fo.coord_offset, fo.sample_offset); in iterate()
2497 const std::string& cs = getComputeShader(DESTINATION_INVALID, fo.coord_offset, fo.sample_offset); in iterate()
2545 std::string ImageLoadStoreTest::getComputeShader(VERSION version, GLuint coord_offset, GLuint sampl… in getComputeShader() argument
2582 coord_offset_stream << coord_offset; in getComputeShader()
DglcRobustBufferAccessBehaviorTests.hpp468 …std::string getComputeShader(VERSION version, glw::GLuint coord_offset = 0, glw::GLuint sample_off…