Searched refs:fetch_offset (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustBufferAccessBehaviorTests.hpp | 433 glw::GLuint fetch_offset = 0);
|
D | glcRobustBufferAccessBehaviorTests.cpp | 1543 …TexelFetchTest::getFragmentShader(const glu::ContextType&, bool is_case_valid, GLuint fetch_offset) in getFragmentShader() argument 1568 fetch_offset = 0; in getFragmentShader() 1580 fetch_offset = 0; in getFragmentShader() 1586 offset << fetch_offset; in getFragmentShader()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4720 unsigned fetch_offset = attrib_offset + channel_start * vtx_info->chan_byte_size; in visit_load_input() local 4731 … fetch_dfmt = get_fetch_data_format(ctx, vtx_info, fetch_offset, attrib_stride, &fetch_component); in visit_load_input() 4743 if (attrib_stride != 0 && fetch_offset > attrib_stride) { in visit_load_input() 4744 … fetch_index = bld.vadd32(bld.def(v1), Operand(fetch_offset / attrib_stride), fetch_index); in visit_load_input() 4745 fetch_offset = fetch_offset % attrib_stride; in visit_load_input() 4749 if (fetch_offset >= 4096) { in visit_load_input() 4750 soffset = bld.copy(bld.def(s1), Operand(fetch_offset / 4096 * 4096)); in visit_load_input() 4751 fetch_offset %= 4096; in visit_load_input() 4805 fetch_offset, false, false, true).instr; in visit_load_input() 4809 fetch_dfmt, nfmt, fetch_offset, false, true).instr; in visit_load_input()
|