HomeSort by: relevance | last modified time | path
    Searched defs:sample_locations (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_state_validate.c 94 uint8_t sample_locations[16][2]; local
108 memcpy(locations, nvc0->sample_locations, sizeof(locations));
119 sample_locations[wi][0] = locations[ri] & 0xf;
120 sample_locations[wi][1] = 16 - (locations[ri] >> 4);
126 sample_locations[i][0] = ptr[i % ms][0];
127 sample_locations[i][1] = ptr[i % ms][1];
145 x = sample_locations[read_index][0];
146 y = sample_locations[read_index][1];
154 packed_locations[i / 4] |= sample_locations[i][0] << ((i % 4) * 8);
155 packed_locations[i / 4] |= sample_locations[i][1] << ((i % 4) * 8 + 4)
    [all...]
nvc0_context.h 241 uint8_t sample_locations[2 * 4 * 8]; member in struct:nvc0_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_state_validate.c 94 uint8_t sample_locations[16][2]; local
108 memcpy(locations, nvc0->sample_locations, sizeof(locations));
119 sample_locations[wi][0] = locations[ri] & 0xf;
120 sample_locations[wi][1] = 16 - (locations[ri] >> 4);
126 sample_locations[i][0] = ptr[i % ms][0];
127 sample_locations[i][1] = ptr[i % ms][1];
145 x = sample_locations[read_index][0];
146 y = sample_locations[read_index][1];
154 packed_locations[i / 4] |= sample_locations[i][0] << ((i % 4) * 8);
155 packed_locations[i / 4] |= sample_locations[i][1] << ((i % 4) * 8 + 4)
    [all...]
nvc0_context.h 240 uint8_t sample_locations[2 * 4 * 8]; member in struct:nvc0_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.h 278 uint8_t sample_locations[2 * 4 * 8 * 16]; member in struct:zink_context
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
fbobject.c 5438 sample_locations(struct gl_context *ctx, struct gl_framebuffer *fb, function
5515 sample_locations(ctx, fb, start, count, v, false,
5536 sample_locations(ctx, fb, start, count, v, false,
5545 sample_locations(ctx, get_framebuffer_target(ctx, target), start,
5555 sample_locations(ctx, _mesa_lookup_framebuffer(ctx, framebuffer), start,
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_context.h 237 uint8_t sample_locations[ member in struct:st_context::__anon2672
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
fbobject.c 4937 sample_locations(struct gl_context *ctx, struct gl_framebuffer *fb, function
5014 sample_locations(ctx, fb, start, count, v, false,
5035 sample_locations(ctx, fb, start, count, v, false,
5044 sample_locations(ctx, get_framebuffer_target(ctx, target), start,
5054 sample_locations(ctx, _mesa_lookup_framebuffer(ctx, framebuffer), start,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_context.h 203 uint8_t sample_locations[ member in struct:st_context::__anon4992
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_hw.h 354 uint32_t sample_locations[8]; member in struct:virgl_caps_v2
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline.c 1951 uint32_t sample_locations = 0; local
1953 sample_locations |=
1960 tu_cs_emit(cs, sample_locations);
1964 tu_cs_emit(cs, sample_locations);
1968 tu_cs_emit(cs, sample_locations);
2240 const struct VkPipelineSampleLocationsStateCreateInfoEXT *sample_locations = local
2245 (sample_locations && sample_locations->sampleLocationsEnable)) {
3042 const struct VkPipelineSampleLocationsStateCreateInfoEXT *sample_locations = local
3046 if (sample_locations && sample_locations->sampleLocationsEnable
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_cmd_buffer.c 7738 struct radv_sample_locations_state sample_locations = {0}; local
7742 sample_locations.per_pixel = sample_locs_info->sampleLocationsPerPixel;
7743 sample_locations.grid_size = sample_locs_info->sampleLocationGridSize;
7744 sample_locations.count = sample_locs_info->sampleLocationsCount;
7745 typed_memcpy(&sample_locations.locations[0], sample_locs_info->pSampleLocations,
7755 &pImageMemoryBarriers[i].subresourceRange, sample_locs_info ? &sample_locations : NULL);
  /xsrc/external/mit/MesaLib/dist/src/virtio/virtio-gpu/
virgl_hw.h 575 uint32_t sample_locations[8]; member in struct:virgl_caps_v2
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 1492 mali_ptr sample_locations; member in struct:bifrost_framebuffer
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_private.h 2792 } sample_locations; member in struct:anv_dynamic_state
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 3895 uint64_t sample_locations; member in struct:MALI_FRAMEBUFFER_PARAMETERS
3945 cl[ 4] = __gen_uint(values->sample_locations, 0, 63);
3946 cl[ 5] = __gen_uint(values->sample_locations, 0, 63) >> 32;
3995 values->sample_locations = __gen_unpack_uint(cl, 128, 191);
4032 fprintf(fp, "%*sSample Locations: 0x%" PRIx64 "\n", indent, "", values->sample_locations);
v7_pack.h 3973 uint64_t sample_locations; member in struct:MALI_FRAMEBUFFER_PARAMETERS
4023 cl[ 4] = __gen_uint(values->sample_locations, 0, 63);
4024 cl[ 5] = __gen_uint(values->sample_locations, 0, 63) >> 32;
4073 values->sample_locations = __gen_unpack_uint(cl, 128, 191);
4110 fprintf(fp, "%*sSample Locations: 0x%" PRIx64 "\n", indent, "", values->sample_locations);

Completed in 49 milliseconds