| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_blit.c | 820 nir_ssa_def *sample = blorp_nir_manual_blend_bilinear() local [all...] |
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 888 void Insert(TickSample* sample) { in Insert() argument 902 bool Remove(TickSample* sample) { in Remove() argument 1019 TickSample sample; in Disengage() local 1027 TickSample sample; Run() local 1724 TickEvent(TickSample* sample, bool overflow) TickEvent() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 887 get_texcoords(struct pipe_sampler_view *src, unsigned src_width0, unsigned src_height0, int x1, int y1, int x2, int y2, float layer, unsigned sample, bool uses_txf, union blitter_attrib *out) get_texcoords() argument 1811 blitter_draw_tex(struct blitter_context_priv *ctx, int dst_x1, int dst_y1, int dst_x2, int dst_y2, struct pipe_sampler_view *src, unsigned src_width0, unsigned src_height0, int src_x1, int src_y1, int src_x2, int src_y2, float layer, unsigned sample, bool uses_txf, enum blitter_attrib_type type) blitter_draw_tex() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 1903 unsigned sample = nir_src_as_uint(instr->src[0]); in emit_intrinsic() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 3108 Value *sample = getScratch(); in handleINTERP() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir_soa.c | 2504 emit_interp_at(struct lp_build_nir_context *bld_base, unsigned num_components, nir_variable *var, bool centroid, bool sample, unsigned const_index, LLVMValueRef indir_index, LLVMValueRef offsets[2], LLVMValueRef dst[4]) emit_interp_at() argument
|
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-core.c | 900 pa_dbusiface_sample *sample; in get_samples() local 1254 pa_scache_entry *sample; handle_get_sample_by_name() local 1296 pa_scache_entry *sample = NULL; handle_upload_sample() local 1644 pa_scache_entry *sample = call_data; sample_cache_new_cb() local 1670 pa_scache_entry *sample = call_data; sample_cache_removed_cb() local 2179 pa_scache_entry *sample; pa_dbusiface_core_new() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 1060 Color<float> Surface::Buffer::sample(float x, float y, float z) const in sample() function in sw::Surface::Buffer 1100 Color<float> Surface::Buffer::sample(float x, float y, int layer) const in sample() function in sw::Surface::Buffer
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 544 const deUint32 sample = globalSampleNdx % numCoverageSamples; reportSampleError() local [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTexture.hpp | 589 inline Vec4 Texture2DView::sample (const Sampler& sampler, float s, float t, float lod) const in sample() function in tcu::Texture2DView 695 inline Vec4 Texture2D::sample (const Sampler& sampler, float s, float t, float lod) const in sample() function in tcu::Texture2D 797 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const in sample() function in tcu::TextureCube 850 inline Vec4 Texture1DView::sample (const Sampler& sampler, float s, float lod) const sample() function in tcu::Texture1DView 906 inline Vec4 Texture1D::sample (const Sampler& sampler, float s, float lod) const sample() function in tcu::Texture1D 991 inline Vec4 Texture1DArray::sample (const Sampler& sampler, float s, float t, float lod) const sample() function in tcu::Texture1DArray 1085 inline Vec4 Texture2DArray::sample (const Sampler& sampler, float s, float t, float r, float lod) const sample() function in tcu::Texture2DArray 1144 inline Vec4 Texture3DView::sample (const Sampler& sampler, float s, float t, float r, float lod) const sample() function in tcu::Texture3DView 1190 inline Vec4 Texture3D::sample (const Sampler& sampler, float s, float t, float r, float lod) const sample() function in tcu::Texture3D 1267 inline Vec4 TextureCubeArray::sample (const Sampler& sampler, float s, float t, float r, float q, float lod) const sample() function in tcu::TextureCubeArray [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir.h | 664 unsigned sample:1; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 649 nir_ssa_def *sample = ms ? nir_load_sample_id(b) : nir_ssa_undef(b, 1, 32); in lower_fbfetch_instr() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 2778 SpvId sample = use_sample ? get_src(ctx, &intr->src[2]) : 0; in emit_image_deref_store() local 2834 SpvId sample = use_sample ? get_src(ctx, &intr->src[2]) : 0; in emit_image_deref_load() local 2887 SpvId sample = is_ms ? get_src(ctx, &intr->src[2]) : emit_uint_const(ctx, 32, 0); in emit_image_intrinsic() local 3363 const_offset = 0, offset = 0, sample = 0, tex_offset = 0, bindless = 0, min_lod = 0; in emit_tex() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 251 void AddSample(int32_t sample) { in AddSample() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 222 generate_quad_mask(struct gallivm_state *gallivm, struct lp_type fs_type, unsigned first_quad, unsigned sample, LLVMValueRef mask_input) generate_quad_mask() argument 446 fs_interp(const struct lp_build_fs_iface *iface, struct lp_build_context *bld, unsigned attrib, unsigned chan, bool centroid, bool sample, LLVMValueRef attrib_indir, LLVMValueRef offsets[2]) fs_interp() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 2543 struct ureg_src sample, m00, m01, m10, m11, c8m, c16m2; in DECL_SPECIAL() local 2621 struct ureg_src sample; in DECL_SPECIAL() local 2638 struct ureg_src sample; in DECL_SPECIAL() local 2660 struct ureg_src sample; DECL_SPECIAL() local 2690 struct ureg_src sample; DECL_SPECIAL() local 2732 struct ureg_src sample; DECL_SPECIAL() local 2750 struct ureg_src sample; DECL_SPECIAL() local 2821 struct ureg_src sample; DECL_SPECIAL() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 3641 int sample = 0; in get_image_coord_sample() local 3661 int sample; in exec_load_img() local 3806 int sample; in exec_store_img() local 3909 int sample; exec_atomop_img() local 4822 float sample = mach->Imms[inst->Src[1].Register.Index][inst->Src[1].Register.SwizzleX]; exec_interp_at_sample() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | pickletester.py | 3355 sample = 1 variable in MyInt 3358 sample = 1.0 variable in MyFloat 3361 sample = 1.0 + 0.0j variable in MyComplex 3364 sample = "hello" variable in MyStr 3367 sample = "hello \u1234" variable in MyUnicode 3370 sample = (1, 2, 3) variable in MyTuple 3373 sample = [1, 2, 3] variable in MyList 3376 sample variable in MyDict 3379 sample = {"a", "b"} global() variable in MySet 3382 sample = frozenset({"a", "b"}) global() variable in MyFrozenSet [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 2575 deUint32 *sample in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRateBasic.cpp | 2214 deUint32 *sample in iterate() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 568 WriteImageTexelPointer(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef image, IdRef coordinate, IdRef sample) WriteImageTexelPointer() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputSPIRV.cpp | 3252 spirv::IdRef sample = imagePointerParameters.size() > 1 ? imagePointerParameters[1] in createAtomicBuiltIn() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cTextureSwizzleTests.cpp | 3176 const std::string& sample = prepareSample(); in prepareArguments() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_hlsl.cpp | 2851 uint32_t sample = 0; in emit_texture_op() local 5294 uint32_t sample = ops[5]; in emit_instruction() local
|
| H A D | spirv_msl.hpp | 808 bool sample = false; member
|