Searched refs:resource_offset (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.h | 72 PRegister resource_offset); 82 auto resource_offset() const {return m_resource_offset;} in resource_offset() function in r600::FetchInstr
|
H A D | sfn_instr_fetch.cpp | 48 PRegister resource_offset): in FetchInstr() 58 m_resource_offset(resource_offset), in FetchInstr() 38 FetchInstr(EVFetchInstr opcode, const RegisterVec4& dst, const RegisterVec4::Swizzle& dest_swizzle, PRegister src, uint32_t src_offset, EVFetchType fetch_type, EVTXDataFormat data_format, EVFetchNumFormat num_format, EVFetchEndianSwap endian_swap, uint32_t resource_id, PRegister resource_offset) FetchInstr() argument
|
H A D | sfn_assembler.cpp | 636 auto buffer_offset = fetch_instr.resource_offset(); in visit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_instr_test.cpp | 629 EXPECT_FALSE(fetch.resource_offset()); in TEST_F() 762 EXPECT_EQ(*fetch.resource_offset(), Register(300, 1, pin_none)); in TEST_F()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 2168 FT_Long resource_offset, in IsMacResource() 2179 error = FT_Raccess_Get_HeaderInfo( library, stream, resource_offset, in IsMacResource() 2166 IsMacResource( FT_Library library, FT_Stream stream, FT_Long resource_offset, FT_Long face_index, FT_Face *aface ) IsMacResource() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 2122 unsigned resource_offset, in evergreen_emit_vertex_buffers() 2142 radeon_emit(cs, (resource_offset + buffer_index) * 8); in evergreen_emit_vertex_buffers() 2120 evergreen_emit_vertex_buffers(struct r600_context *rctx, struct r600_vertexbuf_state *state, unsigned resource_offset, unsigned pkt_flags) evergreen_emit_vertex_buffers() argument
|
Completed in 20 milliseconds