/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling_pass.cpp | 32 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 D | peeling_pass.cpp | 32 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 D | ftrfork.h | 45 FT_Short res_id; member
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling_pass.cpp | 31 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 D | msm_proto.h | 170 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 D | virtio_priv.h | 166 uint32_t res_id; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 272 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 D | sfn_instr_mem.cpp | 548 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 D | sfn_instr_fetch.cpp | 308 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 D | ftmac.c | 589 ResID res_id; in read_lwfn() local
|
/third_party/libbpf/src/ |
H A D | relo_core.c | 22 skip_mods_and_typedefs(const struct btf *btf, u32 id, u32 *res_id) in skip_mods_and_typedefs() argument
|
H A D | libbpf.c | 2162 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 D | vn_renderer.h | 14 uint32_t res_id; member 25 uint32_t res_id; member
|
H A D | vn_renderer_vtest.c | 344 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 D | vn_renderer_virtgpu.c | 1277 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 D | instruction.cpp | 106 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, const OperandList& in_operands) Instruction() argument
|
H A D | instrument_pass.cpp | 326 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 D | instruction.cpp | 106 Instruction(IRContext* c, SpvOp op, uint32_t ty_id, uint32_t res_id, const OperandList& in_operands) Instruction() argument
|
H A D | instrument_pass.cpp | 326 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 D | ftmac.c | 969 ResID res_id; in read_lwfn() local
|
/third_party/spirv-tools/source/opt/ |
H A D | instruction.cpp | 105 Instruction(IRContext* c, spv::Op op, uint32_t ty_id, uint32_t res_id, const OperandList& in_operands) Instruction() argument
|
H A D | instrument_pass.cpp | 297 uint32_t res_id = call2id_[func_call_args]; in GenReadFunctionCall() local 312 uint32_t res_id = in GenReadFunctionCall() local
|