Home
last modified time | relevance | path

Searched refs:resource_offset (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.h72 PRegister resource_offset);
82 auto resource_offset() const {return m_resource_offset;} in resource_offset() function
Dsfn_instr_fetch.cpp48 PRegister resource_offset): in FetchInstr() argument
58 m_resource_offset(resource_offset), in FetchInstr()
Dsfn_assembler.cpp636 auto buffer_offset = fetch_instr.resource_offset(); in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp629 EXPECT_FALSE(fetch.resource_offset()); in TEST_F()
762 EXPECT_EQ(*fetch.resource_offset(), Register(300, 1, pin_none)); in TEST_F()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftobjs.c2106 FT_Long resource_offset, in IsMacResource() argument
2117 error = FT_Raccess_Get_HeaderInfo( library, stream, resource_offset, in IsMacResource()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c2168 FT_Long resource_offset, in IsMacResource() argument
2179 error = FT_Raccess_Get_HeaderInfo( library, stream, resource_offset, in IsMacResource()
/third_party/freetype/src/base/
Dftobjs.c2244 FT_Long resource_offset, in IsMacResource() argument
2255 error = FT_Raccess_Get_HeaderInfo( library, stream, resource_offset, in IsMacResource()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c2122 unsigned resource_offset, in evergreen_emit_vertex_buffers() argument
2142 radeon_emit(cs, (resource_offset + buffer_index) * 8); in evergreen_emit_vertex_buffers()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h64258 u8 resource_offset; member