/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | binary.hpp | 33 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 D | SkResources.cpp | 250 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 D | sfn_instr_fetch.h | 71 uint32_t resource_id, 81 uint32_t resource_id() const {return m_resource_id;} in resource_id() function in r600::FetchInstr
|
H A D | sfn_instr_tex.h | 120 unsigned resource_id() const {return m_resource_id;} in resource_id() function in r600::TexInstr
|
H A D | sfn_instr_fetch.cpp | 47 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 D | sfn_assembler.cpp | 450 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 D | sb_bc_builder.cpp | 511 .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 D | sb_bc_decoder.cpp | 446 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 D | sb_bc_dump.cpp | 512 s << ", RID:" << n.bc.resource_id; in dump()
|
H A D | sb_bc.h | 574 unsigned resource_id:8; member
|
/third_party/mesa3d/src/glx/ |
H A D | glx_error.c | 77 error.resourceID = err->resource_id; in __glXSendErrorForXcb()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_instr_test.cpp | 413 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 D | io.h | 276 uint32_t resource_id[6]; member
|
H A D | decode.c | 165 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 D | r600_asm.h | 75 unsigned resource_id; member
|
H A D | r600_shader.c | 7115 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 D | r600_asm.c | 1674 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 D | magic.c | 318 .resource_id = { handles[i] }, in demo_mem_map()
|
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 176 "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 D | invocation.cpp | 448 binary::resource_id section_id = 0;
|