Home
last modified time | relevance | path

Searched refs:resource_id (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp33 typedef uint32_t resource_id; typedef
47 section(resource_id id, enum type type, size_t size, in section()
52 resource_id id;
139 resource_id section, size_t offset, in symbol()
151 resource_id section;
/third_party/skia/modules/skresources/src/
H A DSkResources.cpp250 const char resource_id[]) const { in loadImageAsset()
253 const SkString key(resource_id); in loadImageAsset()
258 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h71 uint32_t resource_id,
81 uint32_t resource_id() const {return m_resource_id;} in resource_id() function in r600::FetchInstr
H A Dsfn_instr_tex.h120 unsigned resource_id() const {return m_resource_id;} in resource_id() function in r600::TexInstr
H A Dsfn_instr_fetch.cpp47 uint32_t resource_id, in FetchInstr()
57 m_resource_id(resource_id), 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 Dsfn_assembler.cpp450 tex.resource_id = tex_instr.resource_id() + sampler_offset; in visit()
669 vtx.buffer_id = fetch_instr.resource_id(); in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp511 .RESOURCE_ID(bc.resource_id) in build_fetch_tex()
521 .RESOURCE_ID(bc.resource_id) in build_fetch_tex()
531 .RESOURCE_ID(bc.resource_id) in build_fetch_tex()
613 .BUFFER_ID(bc.resource_id) in build_fetch_vtx()
624 .BUFFER_ID(bc.resource_id) in build_fetch_vtx()
H A Dsb_bc_decoder.cpp446 bc.resource_id = w0.get_RESOURCE_ID(); in decode_fetch()
455 bc.resource_id = w0.get_RESOURCE_ID(); in decode_fetch()
464 bc.resource_id = w0.get_RESOURCE_ID(); in decode_fetch()
589 bc.resource_id = w0.get_BUFFER_ID(); in decode_fetch_vtx()
601 bc.resource_id = w0.get_BUFFER_ID(); in decode_fetch_vtx()
H A Dsb_bc_dump.cpp512 s << ", RID:" << n.bc.resource_id; in dump()
H A Dsb_bc.h574 unsigned resource_id:8; member
/third_party/mesa3d/src/glx/
H A Dglx_error.c77 error.resourceID = err->resource_id; in __glXSendErrorForXcb()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp413 EXPECT_EQ(tex.resource_id(), 17); in TEST_F()
491 EXPECT_EQ(tex.resource_id(), 19); in TEST_F()
628 EXPECT_EQ(fetch.resource_id(), 1); in TEST_F()
761 EXPECT_EQ(fetch.resource_id(), 3); in TEST_F()
/third_party/mesa3d/src/asahi/lib/
H A Dio.h276 uint32_t resource_id[6]; member
H A Ddecode.c165 STATIC_ASSERT(ARRAY_SIZE(group.resource_id) == 6); in agxdecode_decode_segment_list()
175 unsigned handle = group.resource_id[j]; in agxdecode_decode_segment_list()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h75 unsigned resource_id; member
H A Dr600_shader.c7115 tex.resource_id = tex.sampler_id; in tgsi_interp_egcm()
7876 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
7971 t->resource_id = t->sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8050 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8280 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8403 t->resource_id = t->sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
8460 tex.resource_id = tex.sampler_id + R600_MAX_CONST_BUFFERS; in tgsi_tex()
9640 tex.resource_id = tex.sampler_id; in tgsi_resq()
H A Dr600_asm.c1674 S_SQ_TEX_WORD0_RESOURCE_ID(tex->resource_id) | in r600_bytecode_tex_build()
2418 o += fprintf(stderr, ", RID:%d", tex->resource_id); in r600_bytecode_disasm()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c318 .resource_id = { handles[i] }, in demo_mem_map()
/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c176 "sequence:%u resource_id:%u minor_code:%u major_code:%u.\n", in xcbgrab_frame()
178 e->sequence, e->resource_id, e->minor_code, e->major_code); in xcbgrab_frame()
293 "sequence:%u resource_id:%u minor_code:%u major_code:%u.\n", in xcbgrab_frame_shm()
295 e->sequence, e->resource_id, e->minor_code, e->major_code); in xcbgrab_frame_shm()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp448 binary::resource_id section_id = 0;

Completed in 31 milliseconds