Home
last modified time | relevance | path

Searched defs:res_id (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp32 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
71 RunPeelingTest( const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
88 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, SpvOp opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftrfork.h45 FT_Short res_id; member
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp31 AssembleAndRunPeelingTest( const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2) AssembleAndRunPeelingTest() argument
70 RunPeelingTest( const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2, size_t nb_of_loops) RunPeelingTest() argument
87 BuildAndCheckTrace(const std::string& text_head, const std::string& text_tail, spv::Op opcode, const std::string& res_id, const std::string& op1, const std::string& op2, const PeelTraceType& expected_peel_trace, size_t expected_nb_of_loops) BuildAndCheckTrace() argument
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dmsm_proto.h170 uint32_t res_id; member
186 uint32_t res_id; member
207 uint32_t res_id; member
275 uint32_t res_id; member
H A Dvirtio_priv.h166 uint32_t res_id; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp272 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string() local
666 int res_id = R600_MAX_CONST_BUFFERS + instr->sampler_index; in emit_tex_texture_samples() local
H A Dsfn_instr_mem.cpp548 auto res_id = R600_IMAGE_REAL_RESOURCE_OFFSET + offset + in emit_ssbo_load() local
663 int res_id = R600_IMAGE_REAL_RESOURCE_OFFSET; in emit_ssbo_size() local
799 int res_id = R600_IMAGE_REAL_RESOURCE_OFFSET; in emit_image_size() local
[all...]
H A Dsfn_instr_fetch.cpp308 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string_impl() local
539 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string() local
589 int res_id = int_from_string_with_prefix(res_id_str, "RID:"); in from_string() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c589 ResID res_id; in read_lwfn() local
/third_party/libbpf/src/
H A Drelo_core.c22 skip_mods_and_typedefs(const struct btf *btf, u32 id, u32 *res_id) in skip_mods_and_typedefs() argument
H A Dlibbpf.c2162 skip_mods_and_typedefs(const struct btf *btf, __u32 id, __u32 *res_id) argument
2179 resolve_func_ptr(const struct btf *btf, __u32 id, __u32 *res_id) argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h14 uint32_t res_id; member
25 uint32_t res_id; member
H A Dvn_renderer_vtest.c344 uint32_t res_id; in vtest_vcmd_resource_create_blob() local
353 vtest_vcmd_resource_unref(struct vtest *vtest, uint32_t res_id) in vtest_vcmd_resource_unref() argument
760 uint32_t res_id = vtest_vcmd_resource_create_blob( in vtest_bo_create_from_device_memory() local
821 uint32_t res_id = vtest_vcmd_resource_create_blob( vtest_shmem_create() local
[all...]
H A Dvn_renderer_virtgpu.c1277 uint32_t res_id; in virtgpu_bo_create_from_device_memory() local
1334 uint32_t res_id; in virtgpu_shmem_create() local
663 virtgpu_ioctl_resource_create_blob(struct virtgpu *gpu, uint32_t blob_mem, uint32_t blob_flags, size_t blob_size, uint64_t blob_id, uint32_t *res_id) virtgpu_ioctl_resource_create_blob() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp106 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, const OperandList& in_operands) Instruction() argument
H A Dinstrument_pass.cpp326 uint32_t res_id = call2id_[args]; in GenDebugDirectRead() local
340 uint32_t res_id = in GenDebugDirectRead() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp106 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, const OperandList& in_operands) Instruction() argument
H A Dinstrument_pass.cpp326 uint32_t res_id = call2id_[args]; in GenDebugDirectRead() local
340 uint32_t res_id = in GenDebugDirectRead() local
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c969 ResID res_id; in read_lwfn() local
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp105 Instruction(IRContext* c, spv::Op op, uint32_t ty_id, uint32_t res_id, const OperandList& in_operands) Instruction() argument
H A Dinstrument_pass.cpp297 uint32_t res_id = call2id_[func_call_args]; in GenReadFunctionCall() local
312 uint32_t res_id = in GenReadFunctionCall() local

Completed in 49 milliseconds